runtime.specialCleanup.fn (field)

5 uses

	runtime (current package)
		mgcmark.go#L434: 	scanblock(uintptr(unsafe.Pointer(&spc.fn)), goarch.PtrSize, &oneptrmask[0], gcw, nil)
		mheap.go#L2206: 	fn      *funcval
		mheap.go#L2222: 	s.fn = f
		mheap.go#L2235: 		scanblock(uintptr(unsafe.Pointer(&s.fn)), goarch.PtrSize, &oneptrmask[0], gcw, nil)
		mheap.go#L2837: 		gcCleanups.enqueue(sc.fn)